home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / IP_Pvc / Pvc_Control.h < prev    next >
Encoding:
Text File  |  1992-05-10  |  238 b   |  19 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. @interface Pvc_Control:Application
  7. {
  8.     id infoPanel;
  9. }
  10.  
  11. -openFrom:sender;
  12. -newFrom:sender;
  13. -saveFrom:sender;
  14. -saveAsFrom:sender;
  15. -closeFrom:sender;
  16. -info:sender;
  17.  
  18. @end
  19.